home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d7 / gt1600_1.arc / LOGON.SCR < prev    next >
Text File  |  1990-12-15  |  530b  |  24 lines

  1. ;
  2. ; example logon script.  Useful for GT POWER hosts.  May be
  3. ; modified for use with other systems.
  4. ;
  5. twait 1000
  6. clear
  7. writeln "CONNECT with '" %name "' at " %baud " baud, on port " %com "."
  8. write "Press any key..."
  9. alarm short
  10. clear
  11. wait for "[y/n]"
  12. sendln "y"
  13. wait for "name:"
  14. ;
  15. ;   put your name on the following lines, instead of "Paul" & "Meiners".
  16. ;
  17. sendln "Paul"
  18. sendln "Meiners"
  19. sendln "y"
  20. ;
  21. ;  this gets your password from the phone directory and sends it to the host.
  22. ;
  23. function immediate "%P|"
  24.